home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TPERFPROPSETFORM / TPERFPROPSETFORM.txt
Text File  |  1997-07-12  |  6KB  |  275 lines

  1. object PerfPropSetForm: TPerfPropSetForm
  2.   Left = 568
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PerfPropSetForm'
  7.   ClientHeight = 208
  8.   ClientWidth = 319
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Notebook1: TNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 319
  20.     Height = 208
  21.     Align = alClient
  22.     PageIndex = 2
  23.     TabOrder = 0
  24.     object TPage
  25.       Left = 0
  26.       Top = 0
  27.       Caption = 'Display Mode'
  28.       object RadioButton1: TRadioButton
  29.         Left = 8
  30.         Top = 36
  31.         Width = 85
  32.         Height = 17
  33.         Caption = '&Only Text'
  34.         TabOrder = 0
  35.         OnClick = RadioButton1Click
  36.       end
  37.       object RadioButton2: TRadioButton
  38.         Tag = 1
  39.         Left = 8
  40.         Top = 52
  41.         Width = 85
  42.         Height = 17
  43.         Caption = '&Text in Box'
  44.         TabOrder = 1
  45.         OnClick = RadioButton1Click
  46.       end
  47.       object RadioButton3: TRadioButton
  48.         Tag = 2
  49.         Left = 8
  50.         Top = 68
  51.         Width = 85
  52.         Height = 17
  53.         Caption = '&Bar'
  54.         TabOrder = 2
  55.         OnClick = RadioButton1Click
  56.       end
  57.       object RadioButton4: TRadioButton
  58.         Tag = 3
  59.         Left = 8
  60.         Top = 84
  61.         Width = 85
  62.         Height = 17
  63.         Caption = '&Chart'
  64.         TabOrder = 3
  65.         OnClick = RadioButton1Click
  66.       end
  67.       object RadioButton5: TRadioButton
  68.         Tag = 4
  69.         Left = 8
  70.         Top = 100
  71.         Width = 85
  72.         Height = 17
  73.         Caption = '&Gauge'
  74.         TabOrder = 4
  75.         OnClick = RadioButton1Click
  76.       end
  77.     end
  78.     object TPage
  79.       Left = 0
  80.       Top = 0
  81.       Caption = 'Interval'
  82.       object IntervalLabel: TLabel
  83.         Left = 140
  84.         Top = 16
  85.         Width = 61
  86.         Height = 13
  87.         Alignment = taRightJustify
  88.         Caption = 'IntervalLabel'
  89.       end
  90.       object TrackBar1: TTrackBar
  91.         Left = 8
  92.         Top = 36
  93.         Width = 201
  94.         Height = 37
  95.         Orientation = trHorizontal
  96.         PageSize = 1
  97.         Frequency = 1
  98.         Position = 0
  99.         SelEnd = 0
  100.         SelStart = 0
  101.         TabOrder = 0
  102.         TickMarks = tmBottomRight
  103.         TickStyle = tsAuto
  104.         OnChange = TrackBar1Change
  105.       end
  106.     end
  107.     object TPage
  108.       Left = 0
  109.       Top = 0
  110.       Caption = 'Display Elements'
  111.       object CheckBox1: TCheckBox
  112.         Left = 8
  113.         Top = 32
  114.         Width = 97
  115.         Height = 17
  116.         Caption = 'Category'
  117.         TabOrder = 0
  118.         OnClick = CheckBox1Click
  119.       end
  120.       object CheckBox2: TCheckBox
  121.         Tag = 1
  122.         Left = 8
  123.         Top = 52
  124.         Width = 97
  125.         Height = 17
  126.         Caption = 'Statistic Name'
  127.         TabOrder = 1
  128.         OnClick = CheckBox1Click
  129.       end
  130.       object CheckBox3: TCheckBox
  131.         Tag = 2
  132.         Left = 8
  133.         Top = 72
  134.         Width = 97
  135.         Height = 17
  136.         Caption = 'Statistic Value'
  137.         TabOrder = 2
  138.         OnClick = CheckBox1Click
  139.       end
  140.       object CheckBox4: TCheckBox
  141.         Tag = 3
  142.         Left = 8
  143.         Top = 92
  144.         Width = 97
  145.         Height = 17
  146.         Caption = 'Recent Peak'
  147.         TabOrder = 3
  148.         OnClick = CheckBox1Click
  149.       end
  150.       object GetRidCheckBox: TCheckBox
  151.         Tag = 4
  152.         Left = 8
  153.         Top = 112
  154.         Width = 97
  155.         Height = 17
  156.         Caption = 'Recent Values'
  157.         TabOrder = 4
  158.         OnClick = CheckBox1Click
  159.       end
  160.     end
  161.     object TPage
  162.       Left = 0
  163.       Top = 0
  164.       Caption = 'Scale'
  165.       object RadioButton6: TRadioButton
  166.         Left = 12
  167.         Top = 36
  168.         Width = 117
  169.         Height = 17
  170.         Caption = 'Automatic Scaling'
  171.         TabOrder = 0
  172.         OnClick = RadioButton6Click
  173.       end
  174.       object RadioButton7: TRadioButton
  175.         Left = 12
  176.         Top = 52
  177.         Width = 117
  178.         Height = 17
  179.         Caption = 'Fixed Scale - Max ='
  180.         TabOrder = 1
  181.         OnClick = RadioButton6Click
  182.       end
  183.       object ScaleMaxEdit: TEdit
  184.         Left = 132
  185.         Top = 48
  186.         Width = 85
  187.         Height = 21
  188.         TabOrder = 2
  189.         Text = 'ScaleMaxEdit'
  190.         OnChange = ScaleMaxEditChange
  191.       end
  192.     end
  193.     object TPage
  194.       Left = 0
  195.       Top = 0
  196.       Caption = 'Divisions'
  197.       object DivisionLabel: TLabel
  198.         Left = 137
  199.         Top = 16
  200.         Width = 63
  201.         Height = 13
  202.         Alignment = taRightJustify
  203.         Caption = 'DivisionLabel'
  204.       end
  205.       object TrackBar2: TTrackBar
  206.         Left = 8
  207.         Top = 36
  208.         Width = 201
  209.         Height = 37
  210.         Max = 9
  211.         Orientation = trHorizontal
  212.         PageSize = 1
  213.         Frequency = 1
  214.         Position = 0
  215.         SelEnd = 0
  216.         SelStart = 0
  217.         TabOrder = 0
  218.         TickMarks = tmBottomRight
  219.         TickStyle = tsAuto
  220.         OnChange = TrackBar2Change
  221.       end
  222.     end
  223.     object TPage
  224.       Left = 0
  225.       Top = 0
  226.       Caption = 'Alarms'
  227.       object AlarmAboveCheck: TCheckBox
  228.         Left = 8
  229.         Top = 40
  230.         Width = 97
  231.         Height = 17
  232.         Caption = 'Alarm if above'
  233.         TabOrder = 0
  234.         OnClick = AlarmAboveCheckClick
  235.       end
  236.       object AlarmAboveEdit: TEdit
  237.         Left = 112
  238.         Top = 36
  239.         Width = 77
  240.         Height = 21
  241.         TabOrder = 1
  242.         OnChange = AlarmAboveEditChange
  243.       end
  244.       object AlarmBelowCheck: TCheckBox
  245.         Left = 8
  246.         Top = 68
  247.         Width = 97
  248.         Height = 17
  249.         Caption = 'Alarm if below'
  250.         TabOrder = 2
  251.         OnClick = AlarmBelowCheckClick
  252.       end
  253.       object AlarmBelowEdit: TEdit
  254.         Left = 112
  255.         Top = 64
  256.         Width = 77
  257.         Height = 21
  258.         TabOrder = 3
  259.         OnChange = AlarmBelowEditChange
  260.       end
  261.     end
  262.   end
  263.   object Button1: TButton
  264.     Left = 8
  265.     Top = 8
  266.     Width = 57
  267.     Height = 21
  268.     Caption = 'Close'
  269.     Default = True
  270.     ModalResult = 1
  271.     TabOrder = 1
  272.     OnClick = Button1Click
  273.   end
  274. end
  275.